SFHelper.h File Reference

Helper Library ヘルパライブラリ. More...

Go to the source code of this file.

Namespaces

namespace  SF

Defines

#define RES_STR(id)   SF::CResource::GetInstance().GetString(id)
 リソース文字列取得簡略化マクロ Macro

#define COMMAND_ID_HANDLER_EX2(id, func)
 another version of COMMAND_ID_HANDLER_EX()


Detailed Description

Helper Library ヘルパライブラリ.

このライブラリは、既存のコードを補完する目的で作成されました。
This library was created in order to complement the existing code.

Author:
S.F. (Satoshi Fujiwara)

Define Documentation

#define COMMAND_ID_HANDLER_EX2 id,
func   ) 
 

Value:

if (uMsg == WM_COMMAND && id == LOWORD(wParam)) \
        { \
                SetMsgHandled(TRUE); \
                func(); \
                lResult = 0; \
                if(IsMsgHandled()) \
                        return TRUE; \
        }
another version of COMMAND_ID_HANDLER_EX()

Parameters:
id Command Message コマンドメッセージ
func Command ID Handler コマンドIDハンドラ

#define RES_STR id   )     SF::CResource::GetInstance().GetString(id)
 

リソース文字列取得簡略化マクロ Macro

Parameters:
id Resource ID
Returns:
LPCTSTR Resource String


Generated on Mon Nov 24 18:31:23 2003 for PsycleWTL by doxygen 1.3.4